New components OverviewTable and MultipleSelectionTable, Renaming, Small code improvements (e. g. consistent dynamic HTML class names)#461
Open
Dr-Eckig wants to merge 25 commits intoeclipse-opendut:developmentfrom
Conversation
1f77257 to
ccbe524
Compare
…ity to select text.
…tables (like `PeersOverview`, `ClustersOverview`, `SourcesOverview`, `TestsOverview`).
…ing text in the `TestsOverview` by using an event listener, because the previous solution was not compatible with all browsers.
…hen selecting text (`block_row_click`) from `Row` to `TestsOverview`.
…overview tables (e. g. `PeersOverview`, `ClustersOverview`, ...) by an additional component for rows, called `OverviewTableRow` for easier usage.
…s to the `app.rs` and provided a `context` to get its value.
…ow` for easier usage of the component `OverviewTableRow` and to reduce code duplication.
…e `SourcesOverview` page.
…tive tracking context".
…on, anchor-element or input field.
…h represents a column in a row for better usage and readability of the `OverviewTable`s.
…he `OverviewTable` component.
…he `OverviewTable` component.
…g the `OverviewTable` component.
088ea1b to
d81de9b
Compare
…await` instead of checking a ´Signal` for being `Some`.
…ughout the source code.
…suite` -> `viper_test_suite`.
OverviewTable, Renaming, Small code improvements (e. g. consistent dynamic HTML class names)
…ultiple elements in a table (e.g. the devices in a cluster).
…using own CSS classes.
…be enabled when a cluster is deployed.
OverviewTable, Renaming, Small code improvements (e. g. consistent dynamic HTML class names)OverviewTable and MultipleSelectionTable, Renaming, Small code improvements (e. g. consistent dynamic HTML class names)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes
OverviewTable, which represents all overview tables (e. g.PeersOverview,ViperTestsOverview, ...)MultipleSelelectionTablefor selecting multiple elements in a table (e. g. Device-selection when creating a cluster) + Bug-Fix (Device details cannot be opened in cluster view when cluster is deployed #305)Renaming
All variables, files, directories and UI-Elements which include
ViperTestsandViperSourcesin LEA got renamed.tests->viper_testssource->viper_sourcesuite->viper_test_suiteSolved Issues
Currently you need to click a separate copy-button. This copy-button should continue to exist, but it should not be necessary to manually click it. Ensure the user also gets a toast when it's automatically copied, like they already do when clicking the button." in Good First Issues #91